projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0cfe8
)
(forward-paragraph): Fix editing error
author
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Apr 1997 19:20:00 +0000
(19:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Apr 1997 19:20:00 +0000
(19:20 +0000)
in the updating of paragraph-separate.
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index cb876d55031982108c970526c40d44c1ce639ba4..6a22338ef7de5a61a156ca2f421d9496495c5165 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-156,9
+156,9
@@
to which the end of the previous line belongs, or the end of the buffer."
(equal ?^ (aref paragraph-start 0)))
(substring paragraph-start 1)
paragraph-start))
- (paragraph-separate (if (and (not (equal "" paragraph-s
tart
))
+ (paragraph-separate (if (and (not (equal "" paragraph-s
eparate
))
(equal ?^ (aref paragraph-separate 0)))
- (substring paragraph-separate 1)
+
(substring paragraph-separate 1)
paragraph-separate))
(paragraph-separate
(if fill-prefix-regexp